home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 37 / PC Gamer IT CD 37 1-2.iso / MSPRING / Setup / FILES / _SETUP.ILB / RCDATA / TFNOTICE / TFNOTICE.txt
Text File  |  1998-10-27  |  2KB  |  92 lines

  1. object fNotice: TfNotice
  2.   Left = 409
  3.   Top = 333
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Notice'
  7.   ClientHeight = 248
  8.   ClientWidth = 313
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 12
  19.     Top = 8
  20.     Width = 289
  21.     Height = 48
  22.     AutoSize = False
  23.     Caption = 
  24.       'Thank-you for trying to install MindSpring Internet Software. Un' +
  25.       'fortunately, our registration requires Internet Explorer 3.0 or ' +
  26.       'higher.'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -13
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     WordWrap = True
  34.   end
  35.   object Label2: TLabel
  36.     Left = 12
  37.     Top = 64
  38.     Width = 289
  39.     Height = 48
  40.     AutoSize = False
  41.     Caption = 
  42.       'To make it easy, we'#39'll mail you everything that you need. Please' +
  43.       ' contact MindSpring Sales, toll free, to sign-up:'
  44.     Font.Charset = DEFAULT_CHARSET
  45.     Font.Color = clWindowText
  46.     Font.Height = -13
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = []
  49.     ParentFont = False
  50.     WordWrap = True
  51.   end
  52.   object Label3: TLabel
  53.     Left = 98
  54.     Top = 128
  55.     Width = 112
  56.     Height = 16
  57.     Alignment = taCenter
  58.     AutoSize = False
  59.     Caption = '1-888-MSPRING'
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clWindowText
  62.     Font.Height = -13
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = [fsBold]
  65.     ParentFont = False
  66.   end
  67.   object Label4: TLabel
  68.     Left = 12
  69.     Top = 168
  70.     Width = 289
  71.     Height = 17
  72.     AutoSize = False
  73.     Caption = 'Make sure to mention how you heard about us!'
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clWindowText
  76.     Font.Height = -13
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     WordWrap = True
  81.   end
  82.   object Button1: TButton
  83.     Left = 125
  84.     Top = 208
  85.     Width = 75
  86.     Height = 25
  87.     Caption = '&OK'
  88.     TabOrder = 0
  89.     OnClick = Button1Click
  90.   end
  91. end
  92.